1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctKhachHang
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.btnThemMoi = new System.Windows.Forms.Button();
32             
this.btnHuy = new System.Windows.Forms.Button();
33             
this.btnLuu = new System.Windows.Forms.Button();
34             
this.btnSua = new System.Windows.Forms.Button();
35             
this.grQuanLyNV = new System.Windows.Forms.GroupBox();
36             
this.txtEmailKH = new System.Windows.Forms.TextBox();
37             
this.txtDiaChiKH = new System.Windows.Forms.TextBox();
38             
this.label10 = new System.Windows.Forms.Label();
39             
this.txtDienThoaiKH = new System.Windows.Forms.TextBox();
40             
this.label9 = new System.Windows.Forms.Label();
41             
this.label8 = new System.Windows.Forms.Label();
42             
this.txtTenKH = new System.Windows.Forms.TextBox();
43             
this.label2 = new System.Windows.Forms.Label();
44             
this.txtIdKhachHang = new System.Windows.Forms.TextBox();
45             
this.label6 = new System.Windows.Forms.Label();
46             
this.label1 = new System.Windows.Forms.Label();
47             
this.btnXoa = new System.Windows.Forms.Button();
48             
this.grDanhSachKH = new System.Windows.Forms.GroupBox();
49             
this.dgvDanhSachKH = new System.Windows.Forms.DataGridView();
50             
this.IdKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
51             
this.TenKhachHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             
this.DienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             
this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
54             
this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
55             
this.label12 = new System.Windows.Forms.Label();
56             
this.grQuanLyNV.SuspendLayout();
57             
this.grDanhSachKH.SuspendLayout();
58             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKH)).BeginInit();
59             
this.SuspendLayout();
60             
//
61             
// btnThemMoi
62             
//
63             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
64             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
65             
this.btnThemMoi.Location = new System.Drawing.Point(140, 50);
66             
this.btnThemMoi.Name = "btnThemMoi";
67             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
68             
this.btnThemMoi.TabIndex = 4;
69             
this.btnThemMoi.Text = "Thêm ";
70             
this.btnThemMoi.UseVisualStyleBackColor = true;
71             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
72             
//
73             
// btnHuy
74             
//
75             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
76             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.btnHuy.Location = new System.Drawing.Point(140, 172);
78             
this.btnHuy.Name = "btnHuy";
79             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
80             
this.btnHuy.TabIndex = 8;
81             
this.btnHuy.Text = "Hủy";
82             
this.btnHuy.UseVisualStyleBackColor = true;
83             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
84             
//
85             
// btnLuu
86             
//
87             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
88             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89             
this.btnLuu.Location = new System.Drawing.Point(140, 137);
90             
this.btnLuu.Name = "btnLuu";
91             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
92             
this.btnLuu.TabIndex = 7;
93             
this.btnLuu.Text = "Lưu";
94             
this.btnLuu.UseVisualStyleBackColor = true;
95             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
96             
//
97             
// btnSua
98             
//
99             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
100             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
101             
this.btnSua.Location = new System.Drawing.Point(140, 79);
102             
this.btnSua.Name = "btnSua";
103             
this.btnSua.Size = new System.Drawing.Size(75, 23);
104             
this.btnSua.TabIndex = 5;
105             
this.btnSua.Text = "Sửa";
106             
this.btnSua.UseVisualStyleBackColor = true;
107             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
108             
//
109             
// grQuanLyNV
110             
//
111             
this.grQuanLyNV.Controls.Add(this.txtEmailKH);
112             
this.grQuanLyNV.Controls.Add(this.txtDiaChiKH);
113             
this.grQuanLyNV.Controls.Add(this.label10);
114             
this.grQuanLyNV.Controls.Add(this.txtDienThoaiKH);
115             
this.grQuanLyNV.Controls.Add(this.label9);
116             
this.grQuanLyNV.Controls.Add(this.label8);
117             
this.grQuanLyNV.Controls.Add(this.txtTenKH);
118             
this.grQuanLyNV.Controls.Add(this.label2);
119             
this.grQuanLyNV.Controls.Add(this.txtIdKhachHang);
120             
this.grQuanLyNV.Controls.Add(this.label6);
121             
this.grQuanLyNV.Controls.Add(this.label1);
122             
this.grQuanLyNV.Location = new System.Drawing.Point(255, 3);
123             
this.grQuanLyNV.Name = "grQuanLyNV";
124             
this.grQuanLyNV.Size = new System.Drawing.Size(391, 191);
125             
this.grQuanLyNV.TabIndex = 63;
126             
this.grQuanLyNV.TabStop = false;
127             
//
128             
// txtEmailKH
129             
//
130             
this.txtEmailKH.Location = new System.Drawing.Point(103, 133);
131             
this.txtEmailKH.Name = "txtEmailKH";
132             
this.txtEmailKH.Size = new System.Drawing.Size(280, 20);
133             
this.txtEmailKH.TabIndex = 2;
134             
//
135             
// txtDiaChiKH
136             
//
137             
this.txtDiaChiKH.Location = new System.Drawing.Point(103, 160);
138             
this.txtDiaChiKH.Name = "txtDiaChiKH";
139             
this.txtDiaChiKH.Size = new System.Drawing.Size(280, 20);
140             
this.txtDiaChiKH.TabIndex = 3;
141             
//
142             
// label10
143             
//
144             
this.label10.AutoSize = true;
145             
this.label10.Location = new System.Drawing.Point(11, 137);
146             
this.label10.Name = "label10";
147             
this.label10.Size = new System.Drawing.Size(35, 13);
148             
this.label10.TabIndex = 77;
149             
this.label10.Text = "Email:";
150             
//
151             
// txtDienThoaiKH
152             
//
153             
this.txtDienThoaiKH.Location = new System.Drawing.Point(103, 102);
154             
this.txtDienThoaiKH.Name = "txtDienThoaiKH";
155             
this.txtDienThoaiKH.Size = new System.Drawing.Size(280, 20);
156             
this.txtDienThoaiKH.TabIndex = 1;
157             
this.txtDienThoaiKH.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDienThoaiKH_KeyPress);
158             
//
159             
// label9
160             
//
161             
this.label9.AutoSize = true;
162             
this.label9.Location = new System.Drawing.Point(11, 164);
163             
this.label9.Name = "label9";
164             
this.label9.Size = new System.Drawing.Size(43, 13);
165             
this.label9.TabIndex = 79;
166             
this.label9.Text = "Địa chỉ:";
167             
//
168             
// label8
169             
//
170             
this.label8.AutoSize = true;
171             
this.label8.Location = new System.Drawing.Point(11, 106);
172             
this.label8.Name = "label8";
173             
this.label8.Size = new System.Drawing.Size(58, 13);
174             
this.label8.TabIndex = 78;
175             
this.label8.Text = "Điện thoại:";
176             
//
177             
// txtTenKH
178             
//
179             
this.txtTenKH.Location = new System.Drawing.Point(231, 72);
180             
this.txtTenKH.Name = "txtTenKH";
181             
this.txtTenKH.Size = new System.Drawing.Size(152, 20);
182             
this.txtTenKH.TabIndex = 0;
183             
//
184             
// label2
185             
//
186             
this.label2.AutoSize = true;
187             
this.label2.Location = new System.Drawing.Point(193, 76);
188             
this.label2.Name = "label2";
189             
this.label2.Size = new System.Drawing.Size(32, 13);
190             
this.label2.TabIndex = 65;
191             
this.label2.Text = "Tên :";
192             
//
193             
// txtIdKhachHang
194             
//
195             
this.txtIdKhachHang.Enabled = false;
196             
this.txtIdKhachHang.Location = new System.Drawing.Point(103, 72);
197             
this.txtIdKhachHang.Name = "txtIdKhachHang";
198             
this.txtIdKhachHang.Size = new System.Drawing.Size(84, 20);
199             
this.txtIdKhachHang.TabIndex = 73;
200             
this.txtIdKhachHang.TabStop = false;
201             
//
202             
// label6
203             
//
204             
this.label6.AutoSize = true;
205             
this.label6.Location = new System.Drawing.Point(11, 76);
206             
this.label6.Name = "label6";
207             
this.label6.Size = new System.Drawing.Size(85, 13);
208             
this.label6.TabIndex = 71;
209             
this.label6.Text = "Id Khách Hàng :";
210             
//
211             
// label1
212             
//
213             
this.label1.AutoSize = true;
214             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
215             
this.label1.Location = new System.Drawing.Point(100, 35);
216             
this.label1.Name = "label1";
217             
this.label1.Size = new System.Drawing.Size(188, 17);
218             
this.label1.TabIndex = 72;
219             
this.label1.Text = "QUẢN LÝ KHÁCH HÀNG";
220             
//
221             
// btnXoa
222             
//
223             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
224             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225             
this.btnXoa.Location = new System.Drawing.Point(140, 111);
226             
this.btnXoa.Name = "btnXoa";
227             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
228             
this.btnXoa.TabIndex = 6;
229             
this.btnXoa.Text = "Xóa";
230             
this.btnXoa.UseVisualStyleBackColor = true;
231             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
232             
//
233             
// grDanhSachKH
234             
//
235             
this.grDanhSachKH.Controls.Add(this.dgvDanhSachKH);
236             
this.grDanhSachKH.Location = new System.Drawing.Point(57, 254);
237             
this.grDanhSachKH.Name = "grDanhSachKH";
238             
this.grDanhSachKH.Size = new System.Drawing.Size(802, 171);
239             
this.grDanhSachKH.TabIndex = 64;
240             
this.grDanhSachKH.TabStop = false;
241             
//
242             
// dgvDanhSachKH
243             
//
244             
this.dgvDanhSachKH.AllowUserToAddRows = false;
245             
this.dgvDanhSachKH.AllowUserToDeleteRows = false;
246             
this.dgvDanhSachKH.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
247             
this.dgvDanhSachKH.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
248             
this.dgvDanhSachKH.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
249             
this.dgvDanhSachKH.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
250             
this.IdKhachHang,
251             
this.TenKhachHang,
252             
this.DienThoai,
253             
this.Email,
254             
this.DiaChi});
255             
this.dgvDanhSachKH.Dock = System.Windows.Forms.DockStyle.Bottom;
256             
this.dgvDanhSachKH.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
257             
this.dgvDanhSachKH.Location = new System.Drawing.Point(3, 3);
258             
this.dgvDanhSachKH.Name = "dgvDanhSachKH";
259             
this.dgvDanhSachKH.ReadOnly = true;
260             
this.dgvDanhSachKH.Size = new System.Drawing.Size(796, 165);
261             
this.dgvDanhSachKH.TabIndex = 64;
262             
//
263             
// IdKhachHang
264             
//
265             
this.IdKhachHang.DataPropertyName = "IdKhachHang";
266             
this.IdKhachHang.HeaderText = "ID";
267             
this.IdKhachHang.Name = "IdKhachHang";
268             
this.IdKhachHang.ReadOnly = true;
269             
//
270             
// TenKhachHang
271             
//
272             
this.TenKhachHang.DataPropertyName = "TenKhachHang";
273             
this.TenKhachHang.HeaderText = "Tên";
274             
this.TenKhachHang.Name = "TenKhachHang";
275             
this.TenKhachHang.ReadOnly = true;
276             
//
277             
// DienThoai
278             
//
279             
this.DienThoai.DataPropertyName = "DienThoai";
280             
this.DienThoai.HeaderText = "Điện thoại";
281             
this.DienThoai.Name = "DienThoai";
282             
this.DienThoai.ReadOnly = true;
283             
//
284             
// Email
285             
//
286             
this.Email.DataPropertyName = "Email";
287             
this.Email.HeaderText = "Email";
288             
this.Email.Name = "Email";
289             
this.Email.ReadOnly = true;
290             
//
291             
// DiaChi
292             
//
293             
this.DiaChi.DataPropertyName = "DiaChi";
294             
this.DiaChi.HeaderText = "Địa chỉ";
295             
this.DiaChi.Name = "DiaChi";
296             
this.DiaChi.ReadOnly = true;
297             
//
298             
// label12
299             
//
300             
this.label12.AutoSize = true;
301             
this.label12.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
302             
this.label12.Location = new System.Drawing.Point(354, 225);
303             
this.label12.Name = "label12";
304             
this.label12.Size = new System.Drawing.Size(210, 17);
305             
this.label12.TabIndex = 65;
306             
this.label12.Text = "DANH SÁCH KHÁCH HÀNG";
307             
//
308             
// uctKhachHang
309             
//
310             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
311             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
312             
this.Controls.Add(this.label12);
313             
this.Controls.Add(this.grDanhSachKH);
314             
this.Controls.Add(this.btnThemMoi);
315             
this.Controls.Add(this.btnHuy);
316             
this.Controls.Add(this.btnLuu);
317             
this.Controls.Add(this.btnSua);
318             
this.Controls.Add(this.grQuanLyNV);
319             
this.Controls.Add(this.btnXoa);
320             
this.Name = "uctKhachHang";
321             
this.Size = new System.Drawing.Size(895, 446);
322             
this.Load += new System.EventHandler(this.uctKhachHang_Load);
323             
this.grQuanLyNV.ResumeLayout(false);
324             
this.grQuanLyNV.PerformLayout();
325             
this.grDanhSachKH.ResumeLayout(false);
326             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachKH)).EndInit();
327             
this.ResumeLayout(false);
328             
this.PerformLayout();
329
330         }
331
332         
#endregion
333
334         
private System.Windows.Forms.Button btnThemMoi;
335         
private System.Windows.Forms.Button btnHuy;
336         
private System.Windows.Forms.Button btnLuu;
337         
private System.Windows.Forms.Button btnSua;
338         
private System.Windows.Forms.GroupBox grQuanLyNV;
339         
private System.Windows.Forms.TextBox txtTenKH;
340         
private System.Windows.Forms.Label label2;
341         
private System.Windows.Forms.TextBox txtIdKhachHang;
342         
private System.Windows.Forms.Label label6;
343         
private System.Windows.Forms.Label label1;
344         
private System.Windows.Forms.Button btnXoa;
345         
private System.Windows.Forms.TextBox txtEmailKH;
346         
private System.Windows.Forms.TextBox txtDiaChiKH;
347         
private System.Windows.Forms.Label label10;
348         
private System.Windows.Forms.TextBox txtDienThoaiKH;
349         
private System.Windows.Forms.Label label9;
350         
private System.Windows.Forms.Label label8;
351         
private System.Windows.Forms.GroupBox grDanhSachKH;
352         
private System.Windows.Forms.DataGridView dgvDanhSachKH;
353         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKhachHang;
354         
private System.Windows.Forms.DataGridViewTextBoxColumn TenKhachHang;
355         
private System.Windows.Forms.DataGridViewTextBoxColumn DienThoai;
356         
private System.Windows.Forms.DataGridViewTextBoxColumn Email;
357         
private System.Windows.Forms.DataGridViewTextBoxColumn DiaChi;
358         
private System.Windows.Forms.Label label12;
359     }
360 }


Gõ tìm kiếm nhanh...